type github.com/gotd/log.nop
4 uses
github.com/gotd/log (current package)
log.go#L58: var Nop Logger = nop{}
log.go#L60: type nop struct{}
log.go#L62: func (nop) Enabled(context.Context, Level) bool { return false }
log.go#L63: func (nop) Log(context.Context, Level, string, ...Attr) {}
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |